runtime.mspan.refillAllocCache (method)

5 uses

	runtime (current package)
		mbitmap.go#L1046: func (s *mspan) refillAllocCache(whichByte uint16) {
		mbitmap.go#L1086: 		s.refillAllocCache(whichByte)
		mbitmap.go#L1108: 		s.refillAllocCache(whichByte)
		mcentral.go#L191: 	s.refillAllocCache(whichByte)
		mgcsweep.go#L691: 	s.refillAllocCache(0)